stubdom/minios: use correct sized types for software floating point
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 11 Jan 2011 16:30:15 +0000 (16:30 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 11 Jan 2011 16:30:15 +0000 (16:30 +0000)
commit53424cba4424188ebbdb81e3fb1cc9291fc98e9c
tree0f0777dfe5abf6e53ed10e72f8f5e76cb30790e9
parentfb97d90a510ff1389b1306fbf8733ec58933e532
stubdom/minios: use correct sized types for software floating point

Replace long/int/short sizes with proper exact-size types for 64bit
architectures.  As well as making the code correct, this eliminates a
compiler warning about an uninitialised variable.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
extras/mini-os/lib/math.c